home *** CD-ROM | disk | FTP | other *** search
- Path: btree.is.brooktree.com!usenet
- From: sasha@brooktree.com (Alex Bakaev)
- Newsgroups: comp.lang.c++
- Subject: Re: Help with containers (Borland)
- Date: Thu, 15 Feb 1996 01:58:42 GMT
- Organization: Brooktree Corporation
- Message-ID: <4fu3sa$ml0@btree.brooktree.com>
- References: <1996Feb13.095916.26002@es.dupont.com>
- NNTP-Posting-Host: komissar.is.brooktree.com
- X-Newsreader: Forte Free Agent v0.46
-
- Malcolm Smart <MALCOLM.SMART@CONOCO.DUPONT.COM> wrote:
- [deleted]
-
- > strcpy((TMyClass&)MyArray[0].Member , "Some String"); //DOES NOT
- >WORK!
-
- Are you sure you need the cast ? Doesn't it tries to cast Member to
- TMyClass & ?
-
-
-
-